home *** CD-ROM | disk | FTP | other *** search
- TIKI
- setup
- {
- path models/human/german_misc_kradshutzen
- skelmodel kradshutzen.skd
-
- surface coat shader Motorpool_trench
- surface cullcoat shader cull_Motorpool_trench
- surface inside shader Motorpool_trench
- surface pants shader Wehrmact_pants
-
- path models/human/heads // Set new path for head model
- skelmodel head6.skd // Set head model
- surface head shader rainer
-
- path models/human/hands
- skelmodel hand.skd
- surface hand shader handsnew
-
- path models/gear/g_headgear
-
- skelmodel germanhelmet.skd
- surface outside shader winterhelmet2
- surface inside shader german-helmet_inside
- }
-
-
- //
- // define what folder to get specific sound from for the player model
- //
- $define pulloutdir sound/weapons/pullout
-
-
- init
- {
- client
- {
- // Cache sounds here
- }
- server
- {
- voicetype axis5 // set the voicetype to use for multiplayer instant messaging
- }
- }
-
-
- //
- // include the base player model definition
- //
- $include models/player/base/include.txt
-
- // need to indicate the end of the tiki file because we have a tiki command at the end
- //end
-